1bashThis demonstrates accessing the exit status of the nth command in a pipeline using the special variable ${PIPESTATUS[n]}.${PIPESTATUS[n]}bash internaldata manipulationsother variable featuresexit status (PIPESTATUS)